home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 676-700 / 687 / xprd / src / xpr.h < prev    next >
Text File  |  1995-03-18  |  161b  |  10 lines

  1. /*
  2.     Protos for XPR
  3. */
  4. int xprinit(char*);
  5. int xprsend(void);
  6. int xprreceive(void);
  7. void xprclose(void);
  8.  
  9. void __stdargs plog(char,char*,long arg1,long arg2);
  10.